home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat UK 163 - Disc 1
/
MF_UK_163_1.iso
/
pc
/
Files
/
Scenes
/
toolkit.dir
/
Internal_62_installer button behaviour (dynamic).ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
2005-08-05
|
243 b
|
11 lines
property myPath
global gRootPath
on getPropertyDescriptionList me
return [#myPath: [#comment: "Path from root of CD to open", #format: #string, #default: "nowhere"]]
end
on mouseUp me
OK = baOpenFile(gRootPath & myPath, "maximised")
end